body {
    background-color: transparent !important;
}

.template, .notification {
    display: none;
}

.notif-container {
    width: 20%;
    position: absolute;
    left: 1%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
	bottom: 50%;
}   

.notification {
    padding: 10px;
    width: fit-content;
    border-radius: 3px;
    margin: 5px;
    font: caption;
    font-size: 12px;
    font-weight: bold;
}

.success {
    background: rgb(21, 100, 15, 0.95);
    color: #fff;
}

.inform {
    background-color: rgba(24, 127, 245, 0.85);
    color: #ffffff;
}

.error {
    background: rgb(181, 82, 85, 0.85);
    color: #fff;
}